@CHARSET "UTF-8";

.foot {
    background: #5e5e5e;
    padding:40px 0px;
    color:#ffffff;
}

.foot .footWrap {
    position: relative;

}

.foot .footWrap .goTop {
    z-index: 99;
    position: fixed;
    right: 10px;
    bottom: 180px;
    background: rgba(169, 169, 169, 0.4);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.foot .footWrap .erWeiMa{
    width:100px;
    height: 100px;
}

.foot a {
    color: #ffffff;
}

.foot .footNav a {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}


.foot .title {
    font-size: 18px;
    padding-bottom:15px;
}
.foot .friendship a{
    padding-right: 10px;
    display: inline-block;
}

/**浮窗代码*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_conct ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #5284d2 url(../images/foot/rightbar.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #5284d2 url(../images/foot/rightbar.png) no-repeat 0 -57px;
}
.yb_phone a{
    color:#fff;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #5284d2 url(../images/foot/rightbar.png) no-repeat 0 -113px;
}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.hd_qr {
    margin: 0 0 0 25px;
}
.yb_bar .yb_ercode {
    background: #5284d2 url(../images/foot/rightbar.png) no-repeat 0 -169px;
}
